home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / style.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.2 KB  |  90 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : style_checker
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : JFOREMAN at ECLB
  6. -- AUTHOR            : Texas Instruments
  7. --                   : Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. --                   : Note: Work done under contract to Naval Oceans Systems
  11. --                   : Center (NOSC)
  12. -- COPYRIGHT         : 
  13. -- DATE CREATED      : 17 Apr 85    
  14. -- DATE RELEASED     : 17 Apr 85
  15. -- DATE LAST UPDATED : 17 Apr 85
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DG MV 10000, ROLM ADE
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  20. -- CATEGORY LEVEL 2  : STYLE
  21. -- CATEGORY LEVEL 3  : Style Checker 1
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : Ada style checker
  24. -- KEYWORD           : Ada style
  25. -- INDEX             : Ada Style Checker
  26. -- INDEX             : Checker, Style
  27. -- INDEX             : Style Checker
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : 
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.STYLE>STYLE.*
  33. -- FILE SPECS        : PD:<ADA.STYLE>STYLECMP.*
  34. -- FILE SPECS        : PD:<ADA.STYLE>STYLEDOC.*
  35. -- FILE SPECS        : PD:<ADA.STYLE>STYLEINS.*
  36. -- FILE SPECS        : PD:<ADA.STYLE>STYLESRC.*
  37. -- FILE SPECS        : PD:<ADA.STYLE>STYLETST.*
  38. -- DIRECTORY DISPLAY :
  39. -- Directory   PD:<ADA.STYLE>
  40. --      File Name     Byte Count  Line Count
  41. --   ---------------  ----------  ----------
  42. --   STYLE.ABS              1714          39
  43. --   STYLE.DIS               139           5
  44. --   STYLE.ME               4080         171
  45. --   STYLE.PRO              3386          69
  46. --   STYLECMP.DIS           3117         147
  47. --   STYLEDOC.DIS             84           2
  48. --   STYLEDOC.SRC          18088         896
  49. --   STYLEINS.RPT           4228          95
  50. --   STYLESRC.DIS            124           5
  51. --   STYLESRC.SRC         409663       10161
  52. --   STYLETST.DIS            518          31
  53. --   STYLETST.SRC         116759        3036
  54. --   ===============  ==========  ==========
  55. --    12 Files            561900       14657
  56. --= ABSTRACT             ===============================================--
  57. --         The  style checker will examine an Ada program and try to pick
  58. -- pieces of the program which follow incorrect style conventions.  These
  59. -- conventions  themselves  will  be  determined  by a file of parameters
  60. -- which can be editted to "tailor" the style to local  (or  contractual)
  61. -- conventions.
  62. -- 
  63. --         Both physical and logical style features will be  checked  for
  64. -- including  indentation,  use  of  blank  space, names, use of reserved
  65. -- words (such as restricting certain  features,  i.e.   gotos),  nesting
  66. -- levels, parameter passing, and comments.
  67. --= REVISION HISTORY     ===============================================--
  68. --
  69. -- DATE         VERSION    AUTHOR                  HISTORY
  70. -- 4/17/85    1.0    TI Ada Technology Branch    Initial Release
  71. --= RELEASE NOTICE       ===============================================--
  72. -- This prologue must be included in all copies of this software.
  73. --
  74. -- This software is released to the Ada community.
  75. -- This software is released to the Public Domain (note:
  76. --   software released to the Public Domain is not subject
  77. --   to copyright protection).
  78. -- Restrictions on use or distribution:  NONE
  79. --= DISCLAIMER           ===============================================--
  80. --     This software and its documentation are provided "AS IS" and
  81. -- without any expressed or implied warranties whatsoever.  No warranties
  82. -- as to performance, merchantability, or fitness for a particular
  83. -- purpose exist.
  84. --     The user is advised to test the software thoroughly before
  85. -- relying on it.  The user must assume the entire risk and liability of
  86. -- using this software.  In no event shall any person or organization of
  87. -- people be held responsible for any direct, indirect, consequential or
  88. -- inconsequential damages or lost profits.
  89. --======================================================================--
  90.